(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <proto/iffparse.h>
struct ContextNode * ParentChunk()
SYNOPSIS
struct ContextNode * contextNode

LOCATION
In IFFParseBase at offset 30
FUNCTION
Returns a pointer to the parent context node to the given one on the context node stack. The parent context node represents the chunk enclosing the chunk given. This can be use together with CurrentChunk() to iterate the context node stack top-down.

INPUTS
contextNode
pointer to a context node.
RESULT
parent - pointer to the parent context node or NULL if none.

NOTES
EXAMPLE
BUGS
SEE ALSO
CurrentChunk()
INTERNALS
HISTORY
03.02.1997 digulla
Iffparse.library as supplied by Nils H. Lorentzen